projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e9d61
)
New Xenbus states Reconfiguring and Reconfigured.
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 22 Feb 2008 10:07:35 +0000
(10:07 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 22 Feb 2008 10:07:35 +0000
(10:07 +0000)
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
xen/include/public/io/xenbus.h
patch
|
blob
|
history
diff --git
a/xen/include/public/io/xenbus.h
b/xen/include/public/io/xenbus.h
index 28584e5151d1ed47a101bfd1ff28751b9a8954f0..4a053df2a838e37ed92336e2a050f8b67bfa9ab0 100644
(file)
--- a/
xen/include/public/io/xenbus.h
+++ b/
xen/include/public/io/xenbus.h
@@
-56,7
+56,14
@@
enum xenbus_state {
*/
XenbusStateClosing = 5,
- XenbusStateClosed = 6
+ XenbusStateClosed = 6,
+
+ /*
+ * Reconfiguring: The device is being reconfigured.
+ */
+ XenbusStateReconfiguring = 7,
+
+ XenbusStateReconfigured = 8
};
typedef enum xenbus_state XenbusState;